Skip to content

Be case-sensitive about responding to “RFC” #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chris-morgan
Copy link

I expect “rfc\d+” to be entirely false positives.

This is probably most notable in the MIME type “message/rfc822” which
crops up fairly often in the email space. If this approach of requiring
capital “RFC” is considered too radical, an alternative would be to
specifically not respond to “rfc822” (case sensitive). But that’s more
work to implement.

I expect “rfc\d+” to be entirely false positives.

This is probably most notable in the MIME type “message/rfc822” which
crops up fairly often in the email space. If this approach of requiring
capital “RFC” is considered too radical, an alternative would be to
specifically not respond to “rfc822” (case sensitive). But that’s more
work to implement.
@wolfsage
Copy link
Contributor

I think it'd be better to say "(^|\s)rfc" or something and keep it case insensitive.

@chris-morgan
Copy link
Author

I’m going to leave any finer decisions to others.

@rjbs rjbs force-pushed the master branch 4 times, most recently from ee8f9b7 to 2399855 Compare September 21, 2018 15:45
@rjbs rjbs force-pushed the master branch 5 times, most recently from 25bf9c4 to 68c3b79 Compare November 29, 2018 02:56
@rjbs rjbs force-pushed the master branch 18 times, most recently from b9a2990 to f00d771 Compare February 4, 2019 21:30
@rjbs rjbs force-pushed the main branch 2 times, most recently from b140047 to 945aca5 Compare October 28, 2022 17:19
@rjbs rjbs force-pushed the main branch 6 times, most recently from 15d3cd9 to 3a95bf4 Compare March 10, 2023 18:29
@rjbs rjbs force-pushed the main branch 4 times, most recently from f23a1b1 to 4022b0d Compare October 26, 2023 00:12
@rjbs rjbs force-pushed the main branch 9 times, most recently from 32f29ba to 39ade23 Compare February 6, 2024 20:31
@rjbs rjbs force-pushed the main branch 4 times, most recently from aafd26b to eee1d40 Compare July 4, 2024 14:03
@rjbs rjbs force-pushed the main branch 2 times, most recently from 30b72ca to 03519d5 Compare June 4, 2025 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants